Doors Web Access shows blank page

When I Start Doors Web Access on Browser, it shows login page, after successful login it shows blank empty page, without any database. I used Doors 9.2
Thanks,
Hardik Shah
SystemAdmin - Tue Mar 29 23:03:19 EDT 2011

Re: Doors Web Access shows blank page
SystemAdmin - Wed Mar 30 02:33:05 EDT 2011

Have you configured the database ID address to festival.xml?

"Type the following DXL script into the DXL input pane:
print getDatabaseIdentifier()

Click Run to run the program. A 16 digit hexadecimal number is output, for example
38f5c98719f27b6d. This forms part of the database URN. In this example, the
database URN is: urn:telelogic:ers-38f5c98719f27b6d:"

"The f:repository-mapping entry defines the URN of the repository.
The name attribute is the name that is displayed on the Rational DOORS Web
Access log on page. You can change this attribute. The default is DOORS ERS
Repository.

The repositoryUrn attribute must match the URN of the Rational DOORS
database server you identified in Identifying the database Universal Resource
Name. You must change this attribute."

Re: Doors Web Access shows blank page
SystemAdmin - Wed Mar 30 03:37:23 EDT 2011

SystemAdmin - Wed Mar 30 02:33:05 EDT 2011
Have you configured the database ID address to festival.xml?

"Type the following DXL script into the DXL input pane:
print getDatabaseIdentifier()

Click Run to run the program. A 16 digit hexadecimal number is output, for example
38f5c98719f27b6d. This forms part of the database URN. In this example, the
database URN is: urn:telelogic:ers-38f5c98719f27b6d:"

"The f:repository-mapping entry defines the URN of the repository.
The name attribute is the name that is displayed on the Rational DOORS Web
Access log on page. You can change this attribute. The default is DOORS ERS
Repository.

The repositoryUrn attribute must match the URN of the Rational DOORS
database server you identified in Identifying the database Universal Resource
Name. You must change this attribute."

Check here as well

https://www.ibm.com/developerworks/forums/thread.jspa?threadID=363293&tstart=0

p.

Re: Doors Web Access shows blank page
SystemAdmin - Thu Mar 31 04:54:18 EDT 2011

Thanks a lot

that works perfectly.